presentation.graph
Class StateCellViewFactory

java.lang.Object
  extended by org.jgraph.graph.DefaultCellViewFactory
      extended by presentation.graph.StateCellViewFactory
All Implemented Interfaces:
java.io.Serializable, org.jgraph.graph.CellViewFactory

public class StateCellViewFactory
extends org.jgraph.graph.DefaultCellViewFactory

See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
StateCellViewFactory()
           
 
Method Summary
protected  org.jgraph.graph.VertexView createVertexView(java.lang.Object cell)
           
 org.jgraph.graph.CellView createView(org.jgraph.graph.GraphModel model, java.lang.Object cell)
           
 
Methods inherited from class org.jgraph.graph.DefaultCellViewFactory
createEdgeView, createEdgeView, createPortView, createPortView
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

StateCellViewFactory

public StateCellViewFactory()
Method Detail

createView

public org.jgraph.graph.CellView createView(org.jgraph.graph.GraphModel model,
                                            java.lang.Object cell)
Specified by:
createView in interface org.jgraph.graph.CellViewFactory
Overrides:
createView in class org.jgraph.graph.DefaultCellViewFactory

createVertexView

protected org.jgraph.graph.VertexView createVertexView(java.lang.Object cell)
Overrides:
createVertexView in class org.jgraph.graph.DefaultCellViewFactory